home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Splash
- BackColor = &H00000000&
- BorderStyle = 5 'Sizable ToolWindow
- ClientHeight = 4980
- ClientLeft = 48
- ClientTop = 48
- ClientWidth = 7200
- ControlBox = 0 'False
- Icon = "SDKComingSplash.frx":0000
- KeyPreview = -1 'True
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- Palette = "SDKComingSplash.frx":014A
- PaletteMode = 2 'Custom
- Picture = "SDKComingSplash.frx":3749
- ScaleHeight = 4980
- ScaleWidth = 7200
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- BackColor = &H00000000&
- Height = 372
- Left = 840
- Picture = "SDKComingSplash.frx":6D48
- Style = 1 'Graphical
- TabIndex = 8
- Top = 2160
- Width = 1332
- End
- Begin VB.Label Label8
- BackStyle = 0 'Transparent
- Caption = "
- United Research Labs, 1999 All rights reserved."
- BeginProperty Font
- Name = "Small Fonts"
- Size = 6.6
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000FF&
- Height = 252
- Left = 120
- TabIndex = 9
- Top = 4680
- Width = 3132
- End
- Begin VB.Image Image1
- Height = 1812
- Left = 5160
- Picture = "SDKComingSplash.frx":718A
- Stretch = -1 'True
- Top = 3120
- Width = 1692
- End
- Begin VB.Label Label7
- BackStyle = 0 'Transparent
- Caption = "See VoiceAction Help Guide : ""LICENCE"""
- BeginProperty Font
- Name = "Century Schoolbook"
- Size = 7.8
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00808080&
- Height = 492
- Left = 1560
- TabIndex = 7
- Top = 3960
- Width = 2052
- End
- Begin VB.Label Label6
- BackStyle = 0 'Transparent
- Caption = "E-mail : urlabs@pn2.vsnl.net.in Visit www.research-lab.com "
- BeginProperty Font
- Name = "Century Schoolbook"
- Size = 7.8
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00808080&
- Height = 372
- Left = 960
- TabIndex = 6
- Top = 3000
- Width = 2292
- End
- Begin VB.Label Label5
- BackStyle = 0 'Transparent
- BeginProperty Font
- Name = "Century Schoolbook"
- Size = 10.2
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FFFFFF&
- Height = 492
- Left = 720
- TabIndex = 5
- Top = 2160
- Width = 1932
- End
- Begin VB.Label Label4
- Alignment = 1 'Right Justify
- BackStyle = 0 'Transparent
- Caption = "Speech Recognition Software and Language Development Kit"
- BeginProperty Font
- Name = "Tahoma"
- Size = 16.2
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H0000FFFF&
- Height = 1572
- Index = 0
- Left = 4200
- TabIndex = 4
- Top = 1440
- Width = 2892
- End
- Begin VB.Label Label4
- BackStyle = 0 'Transparent
- Caption = "Version 1.2.400"
- BeginProperty Font
- Name = "Tahoma"
- Size = 16.2
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H0000FFFF&
- Height = 372
- Index = 1
- Left = 480
- TabIndex = 3
- Top = 1440
- Width = 2292
- End
- Begin VB.Label Label2
- BackStyle = 0 'Transparent
- Caption = "Legal Agreement with User :"
- BeginProperty Font
- Name = "Haettenschweiler"
- Size = 12
- Charset = 0
- Weight = 500
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF8080&
- Height = 612
- Left = 120
- TabIndex = 2
- Top = 3840
- Width = 1332
- End
- Begin VB.Label Label3
- BackStyle = 0 'Transparent
- Caption = "Contact :"
- BeginProperty Font
- Name = "Haettenschweiler"
- Size = 12
- Charset = 0
- Weight = 500
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF8080&
- Height = 252
- Left = 120
- TabIndex = 1
- Top = 3000
- Width = 732
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = "Licence : "
- BeginProperty Font
- Name = "Haettenschweiler"
- Size = 12
- Charset = 0
- Weight = 500
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF8080&
- Height = 252
- Left = 120
- TabIndex = 0
- Top = 2160
- Width = 3372
- End
- Attribute VB_Name = "Splash"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- OrderForm.Show
- End Sub
- Private Sub Form_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Form_KeyPress(KeyAscii As Integer)
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Image1_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label1_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label2_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label3_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label4_Click(Index As Integer)
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label5_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label6_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label7_Click()
- Unload Splash
- Form1.Show
- End Sub
- Private Sub Label8_Click()
- Unload Splash
- Form1.Show
- End Sub
-